projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee9450
)
More missing :version tags for defcustoms
author
Glenn Morris
<rgm@gnu.org>
Mon, 6 May 2013 07:10:31 +0000
(
00:10
-0700)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 6 May 2013 07:10:31 +0000
(
00:10
-0700)
lisp/recentf.el
patch
|
blob
|
history
lisp/vc/compare-w.el
patch
|
blob
|
history
diff --git
a/lisp/recentf.el
b/lisp/recentf.el
index a4e4359999f515eeee1a3f6284568350604bd163..01a68d9dddd7944f130e8458aa78bc7aff6a282a 100644
(file)
--- a/
lisp/recentf.el
+++ b/
lisp/recentf.el
@@
-72,6
+72,7
@@
See the command `recentf-save-list'."
(defcustom recentf-save-file (locate-user-emacs-file "recentf" ".recentf")
"File to save the recent list into."
:group 'recentf
+ :version "24.4"
:type 'file
:initialize 'custom-initialize-default
:set (lambda (symbol value)
diff --git
a/lisp/vc/compare-w.el
b/lisp/vc/compare-w.el
index 3c40f989fb39a73efcba944f028b36f87d37bc86..ae4fcc99a2500a6bb9743bb8cca411bf7208de2c 100644
(file)
--- a/
lisp/vc/compare-w.el
+++ b/
lisp/vc/compare-w.el
@@
-49,6
+49,7
@@
any text before that point.
If the function returns the same value for both windows, then the
whitespace is considered to match, and is skipped."
+ :version "24.4" ; added \240
:type '(choice regexp function)
:group 'compare-windows)